dcmtk (3.6.3-1~exp2) UNRELEASED; urgency=medium
* Move source package lintian overrides to debian/source.
+ * Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 08 Oct 2018 21:49:33 +0100
* Update d/watch
* New upstream version 3.6.2 Closes: #868867
* d/p/* refresh patches
- * drop d/p/09_ because it was applied upstream
+ * drop d/p/09_ because it was applied upstream
* s/* update SO version
* d/copyright: add new files to copyright
* d/rules: drop more test programs and add manpage for msgserv
dcmtk (3.6.1~20170228-2) unstable; urgency=medium
- * d/p/09: Improve numerical stability by rounding the time to
+ * d/p/09: Improve numerical stability by rounding the time to
the six decimal digits supported by dicom. Closes: #859204
#865452
* d/control: Correct dependency on libssl-dev for libdcmtk-dev
- * d/control: Update standards version (no action needed)
- * d/control: cme fix dpkg-control
+ * d/control: Update standards version (no action needed)
+ * d/control: cme fix dpkg-control
-- Gert Wollny <gewo@debian.org> Thu, 22 Jun 2017 07:55:04 +0000
dcmtk (3.6.1~20160216-2) unstable; urgency=medium
- * d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
+ * d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
* d/p/09: add patch to enable compileing against openssl-1.1
Closes: #828281
* d/p/04: update patch to remove duplicate entries
- * d/rules: add hardening flags
- * d/control: change conflict with libinsighttoolkit4-dev to breaks
+ * d/rules: add hardening flags
+ * d/control: change conflict with libinsighttoolkit4-dev to breaks
-- Gert Wollny <gw.fossdev@gmail.com> Sun, 03 Jul 2016 13:58:34 +0000
dcmtk (3.6.1~20150924-2) unstable; urgency=medium
* Update internal use of DCMDICT path Closes: #807691
- * Correct Apache-2.0 copyright
+ * Correct Apache-2.0 copyright
-- Gert Wollny <gw.fossdev@gmail.com> Fri, 11 Dec 2015 17:42:45 +0100
dcmtk (3.6.1~20150924-1) unstable; urgency=medium
- * New upstream version
+ * New upstream version
* Move vcs to git
* Remove dcmtk-www, because it is no longer provided by upstream
- * Because of ABI change rename library package to libdcmtk5
+ * Because of ABI change rename library package to libdcmtk5
* Add libcharls-dev to libdcmtk-dev dependencies (reason: see below)
-- Gert Wollny <gw.fossdev@gmail.com> Tue, 01 Dec 2015 02:46:03 +0100
dcmtk (3.6.1~20150629-5) unstable; urgency=medium
- * d/control: Add conflict/replace for libdcmtk4-dev
+ * d/control: Add conflict/replace for libdcmtk4-dev
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 12 Nov 2015 13:30:12 +0100
dcmtk (3.6.1~20150629-4) unstable; urgency=medium
- * Add patch soversion_abi.patch to change not only the library file
- name but also in the cmake related files.
- * Add patch dont_export.. to not export all executables for cmake
+ * Add patch soversion_abi.patch to change not only the library file
+ name but also in the cmake related files.
+ * Add patch dont_export.. to not export all executables for cmake
Closes: #803304
- * d/rules: remove code to add abi-suffix to libraries on install
- * Add Gert Wollny to uploaders
+ * d/rules: remove code to add abi-suffix to libraries on install
+ * Add Gert Wollny to uploaders
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 29 Oct 2015 11:51:54 +0100
Closes: #553495
[Mathieu Malaterre]
- * debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since
+ * debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since
original Makefiles would hardcode call to `strip` directly
instead rely on dh_strip instead and remove direct call to
`strip` from Makefiles.
* debian/control: Update standards-version to 3.7.2
* debian/dcmqrscp.init: Add LSB keyword section
* dcmnet/apps/{findscu,movescu}.cc: Apply patches in order
- to fix --add-override-key bug (reported by Mike Miller
+ to fix --add-override-key bug (reported by Mike Miller
<mmiller3@iupui.edu>)
Closes: #429041
* debian/dcmtk.prerm: Stop dcmqrscp/imagectn more sanely
dcmtk (3.5.4-2) unstable; urgency=low
* debian/control: Added build dependency on autotools-dev
- * debian/rules: Modified clean target to put config.{sub,guess} below ./config
+ * debian/rules: Modified clean target to put config.{sub,guess} below ./config
* dcmdata/libsrc/Makefile.in: Modified distclean target to delete dicom.tmp as well
* debian/rules: Fixed installation path for include files
* debian/dcmtk.postinst: Fixed add{user,group} options to reveal possible error msgs
* New upstream release
* debian/dcmtk.NEWS: Added
* debian/copyright: Updated according to upstream's COPYRIGHT file
- * debian/control: Unversioned build-dependency on libssl (now uses
+ * debian/control: Unversioned build-dependency on libssl (now uses
OPENSSL_VERSION_NUMBER macro)
* debian/rules: Incremented SONAME version number (DcmFileFormat::loadFile changed)
* debian/rules: Changed dh_installinit --name argument to dcmqrscp
dcmtk (3.5.3-5) unstable; urgency=low
- * ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build
+ * ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build
problems with libssl-0.9.8
Closes: #335399
* debian/control: Versioned build-depend on libssl (>= 0.9.8-1)
- * ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
+ * ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
-- Juergen Salk <juergen.salk@gmx.de> Mon, 24 Oct 2005 20:16:56 +0000
* debian/{control,rules}: Renamed libdcmtk0 to libdcmtk0c2 (gcc/g++-4.0 transition)
* debian/control: Added Conflicts/Replaces with previous non-c2 version
* config/{configure.in,aclocal.m4,include/cfunix.h.in},
- ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch
+ ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch
from CVS version to fix build problems with gcc/g++-4.0
-- Juergen Salk <juergen.salk@gmx.de> Sun, 22 May 2005 22:02:31 +0200
(suggested by Marc 'HE' Brockschmidt <he@debian.org>)
* debian/rules: Introduced {build,install}-{indep,arch} targets
* debian/rules: Removed unneeded dh_* calls from binary-arch target
- * Removed stale debian/*.install files
+ * Removed stale debian/*.install files
-- Juergen Salk <juergen.salk@gmx.de> Mon, 25 Apr 2005 20:13:09 +0200
* Modified imagectn.cfg to reflect imagectn patch
* Modified debian/rules to create imagectn storage area
* Updated imagectn/docs/ctnconf.txt
- * Fixed parser bug in CNF_readConfigLines()
+ * Fixed parser bug in CNF_readConfigLines()
(reported by R.M. Rutschmann <Roland.Rutschmann@psychologie.uni-regensburg.de>)
* Added debian/dcmtk.postinst script to create dcmtk system user/group
- * Added debian/imagectn.init and debian/imagectn.default
+ * Added debian/imagectn.init and debian/imagectn.default
(suggested by R.M. Rutschmann <Roland.Rutschmann@psychologie.uni-regensburg.de>)
* Updated debian/README.Debian
* Removed stale lintian override file